From: Kenichi Handa Date: Tue, 7 Oct 2003 06:46:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~25256 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2fdbb2f02bebcd445ecfea66d2a0baa01c92fe31;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2d136e3a460..13a0d4c8534 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2003-10-07 Kenichi Handa + + * international/mule-diag.el (list-coding-systems-1): List coding + systems that are loaded automatically. + + * international/code-pages.el (iso-8859-11): Add autoload cookie. + + * international/mule.el (autoload-coding-system): New function. + 2003-10-07 Andreas Schwab * log-edit.el (log-edit-changelog-entries): Prefer local value of diff --git a/src/ChangeLog b/src/ChangeLog index 459aabb2c33..761681aa385 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2003-10-07 Kenichi Handa + + * coding.c (Qcoding_system_define_form): New variable. + (syms_of_coding): Intern and staticpro it. + (Fcheck_coding_system): Try to autoload the definition of + CODING-SYSTEM. + 2003-10-05 Luc Teirlinck * fns.c (Frequire): Doc fix.